testing.common.checkFuzzFn (method)

16 uses

	testing (current package)
		testing.go#L718: func (c *common) checkFuzzFn(name string) {
		testing.go#L1016: 	c.checkFuzzFn("FailNow")
		testing.go#L1086: 	c.checkFuzzFn("Log")
		testing.go#L1096: 	c.checkFuzzFn("Logf")
		testing.go#L1102: 	c.checkFuzzFn("Error")
		testing.go#L1109: 	c.checkFuzzFn("Errorf")
		testing.go#L1116: 	c.checkFuzzFn("Fatal")
		testing.go#L1123: 	c.checkFuzzFn("Fatalf")
		testing.go#L1130: 	c.checkFuzzFn("Skip")
		testing.go#L1137: 	c.checkFuzzFn("Skipf")
		testing.go#L1151: 	c.checkFuzzFn("SkipNow")
		testing.go#L1191: 	c.checkFuzzFn("Cleanup")
		testing.go#L1225: 	c.checkFuzzFn("TempDir")
		testing.go#L1327: 	c.checkFuzzFn("Setenv")
		testing.go#L1352: 	c.checkFuzzFn("Chdir")
		testing.go#L1393: 	c.checkFuzzFn("Context")